Skip to content

Update alt_memery requirement from 2.1.0 to 3.0.1 in /benchmarks#412

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/benchmarks/alt_memery-3.0.1
Closed

Update alt_memery requirement from 2.1.0 to 3.0.1 in /benchmarks#412
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/benchmarks/alt_memery-3.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 2, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on alt_memery to permit the latest version.

Changelog

Sourced from alt_memery's changelog.

3.0.1 (2026-02-01)

  • Return Ruby 3.2 and 3.3 support.

3.0.0 (2026-01-08)

  • Allow to memoize multiple method names.
  • Performance improvements.
  • Enshure that marshalizing works correctly.
  • Add specs for double memoization.
  • Add Ruby 3.4 and 4.0 support.
  • Drop Ruby 2.5, 2.6, 2.7, 3.0, 3.1, 3.2 and 3.3 support.
  • Improve README.
  • Actualize gem specs metadata.
  • Add bundle-audit CI task.
  • Improve Cirrus CI config.
  • Improve RuboCop config.
  • Resolve new RuboCop offenses.
  • Lock RuboCop version better.
  • Update development dependencies.

2.1.0 (2021-02-10)

  • Support Ruby 3.
  • Fix error of #clear_memery_cache! with specific methods and without existing cache.
  • Improve specs.
  • Update development dependencies.
  • Update documentation.

2.0.0 (2020-07-09)

  • Rename gem.
  • Rewrite implementation from prepend Module to UnboundMethod. See discussion here: tycooon/memery#1.
  • Delete Gemfile.lock and lock dependencies versions in gemspec.
  • Update dependencies. Unmaintained coveralls replaced with codecov. bundler dependency dropped with Rakefile.
  • Replace require with require_relative.
  • Replace Umbrella styles with standard RuboCop.
  • Improve README.
  • Replace Travis CI with Cirrus CI. You can see discussion here: tycooon/memery#28.
  • Add remark CI task for linting Markdown.
  • Delete benchmark.rb. You can find improving example here: https://gist.github.com/AlexWayfer/37ebb8b9f3429650b86fb4cea7ae3693.

Unreleased Memery

  • Fix compatibility with ActiveSupport::Concern.

... (truncated)

Commits
  • 956ce4b Update version to 3.0.1
  • 358a0c9 Return Ruby 3.2 and 3.3 support
  • b24cea0 Update version to 3.0.0
  • 84b10bf Update dependency rubocop-rspec to '~> 3.9.0'
  • fb69f83 Remove memoize without method names and unmemoize functionallity
  • f4e756b Imrpove usage documentation in README
  • c376f09 Make memoize method without method names as private keyword
  • 7609b90 Imrpove "Difference with other gems" README section
  • 420e364 Disable pry-byebug requiring in spec helper
  • ef1fdca Simplify caller_locations code
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [alt_memery](https://github.com/AlexWayfer/alt_memery) to permit the latest version.
- [Changelog](https://github.com/AlexWayfer/alt_memery/blob/main/CHANGELOG.md)
- [Commits](AlexWayfer/alt_memery@v2.1.0...v3.0.1)

---
updated-dependencies:
- dependency-name: alt_memery
  dependency-version: 3.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies ruby Pull requests that update Ruby code labels Feb 2, 2026
@codecov

codecov Bot commented Feb 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (b14bb9b) to head (6bc0b68).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #412   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          197       197           
  Branches        89        89           
=========================================
  Hits           197       197           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@panorama-bot-r panorama-bot-r requested a review from a team February 2, 2026 13:01
@dependabot @github

dependabot Bot commented on behalf of github Feb 16, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #413.

@dependabot dependabot Bot closed this Feb 16, 2026
@dependabot dependabot Bot deleted the dependabot/bundler/benchmarks/alt_memery-3.0.1 branch February 16, 2026 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants